home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / docs / ORIENT.DOC < prev    next >
Text File  |  1997-04-16  |  1KB  |  50 lines

  1.  
  2. The following gives a basic outline of the sub-directory structure associated
  3. with the Dynace system.
  4.  
  5. Assuming you are at the root of the Dynace distribution you should have
  6. the following sub-directories:
  7.  
  8.  
  9. Development Time - directories needed when developing apps with Dynace
  10. ---------------------------------------------------------------------------
  11. bin        various executables associated with the system (such as the
  12.         Dynace pre-processor (dpp), and utilities to simulate unix
  13.         functionality under DOS/Windows such as make, cp, etc.)
  14.  
  15. include        various include files required by the whole system
  16.  
  17. lib        Dynace libraries
  18.  
  19.  
  20.  
  21. Source code
  22. ---------------------------------------------------------------------
  23. kernel        source code to the Dynace kernel
  24.  
  25. class        source code to the Dynace class library
  26.  
  27. threads        source code to the Thread, Pipe & Semaphore classes
  28.  
  29. dpp        source code to the Dynace preprocessor
  30.  
  31. generics    source code to build procedures used to build the master
  32.         (initial) Dynace generics files
  33.  
  34. utils        source code to various utility programs
  35.  
  36.  
  37. Documentation
  38. ----------------------------------------------------------------------
  39. docs        various readme files to help orient a new user
  40.  
  41. manual        various formats of the Dynace (300+ pages!)
  42.  
  43.  
  44. Examples
  45. ----------------------------------------------------------------------
  46. examples    Dynace language examples
  47.  
  48.  
  49.  
  50.